Post

Replies

Boosts

Views

Activity

Reply to WeatherKit request fail
And just like that, this morning it quietly started working again. Still haven't heard back from Apple about what happened, but filing a DTS ticket + talking to a Dev Evangelist seemed to did the trick. Still... 5 days of downtime...
Topic: App & System Services SubTopic: General Tags:
Jan ’25
Reply to WeatherKit request fail
I can finally prove that the requests started failing without my input: Here you can see 3 push notifications: One received on Sunday, one received Monday and another on Tuesday. The forecast for Sunday was generated correctly, but the one for Monday and Tuesday failed with the generic error message "Tap to access it". (For a little bit of more background, these are local pushes generated locally on the device using UIApplication Background Fetch) Suffice to say that I didn't touch the Developer Portal or deployed a new version to the AppStore this Sunday.
Topic: App & System Services SubTopic: General Tags:
Jan ’25
Reply to WeatherKit request fail
[quote='822165022, Mausa, /thread/772933?answerId=822165022#822165022, /profile/Mausa'] In the end i have used the identifier of my watch app and with that one it works.. Have no idea why this is happening, but maybe this workaround will also work for you 0  comments [/quote] Can't use this as a workaround because that means I'll have to use the REST API to make all the requests to WeatherKit, a significant lift if your coming from using the Swift API on an iOS App. I am losing my head (and quite possibly, my job) over this situation.
Topic: App & System Services SubTopic: General Tags:
Jan ’25
Reply to weatherkit: failed to generate jwt token
Hello! I am seeing the same thing happening on my App, which is on the AppStore and used to work perfectly up until this morning. After attaching a network debugger on my Mac, I'm seeing this 401 HTTP error: I have, of course, enabled WeatherKit on both Capabilities and App Services tabs on the Dev Portal. When running on Xcode and/or debugging via the Console, I see the same error: Failed to generate jwt token for: com.apple.weatherkit.authservice with error: Error Domain=WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 "(null)" Let me repeat: this is affecting the App that's currently deployed to the Store and has worked without hiccups before this morning. Please help because my customers are already writing!
Topic: App & System Services SubTopic: General Tags:
Jan ’25
Reply to EXC_BREAKPOINT @main
I can confirm that switching NavigationView to NavigationStack fixes the issue for us as well. It began happening to us when updating the app using the iOS 18 SDK, and maintaining both a NavigationView and NavigationStack code branches is mental.
Topic: App & System Services SubTopic: General Tags:
Oct ’24